go/types.methodList.Lookup (method)

2 uses

	go/types (current package)
		methodlist.go#L52: func (l *methodList) Lookup(pkg *Package, name string, foldCase bool) (int, *Func) {
		named.go#L331: 	i, _ := n.orig.methods.Lookup(pkg, name, foldCase)